object frmReminder: TfrmReminder Left = 288 Top = 229 ActiveControl = btnClose BorderStyle = bsToolWindow Caption = 'MiniMacro Reminder' ClientHeight = 133 ClientWidth = 248 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 48 Top = 34 Width = 196 Height = 52 AutoSize = False Caption = 'To remind you that MiniMacro is in the record mode, the icon in ' + 'the right-hand corner of your screen will cycle while the macro ' + 'engine is recording.' WordWrap = True end object RzBorder1: TRzBorder Left = 22 Top = 89 Width = 209 Height = 7 BorderSides = [sdTop] end object Image1: TImage Left = 5 Top = 8 Width = 36 Height = 35 Picture.Data = {} end object Label2: TLabel Left = 47 Top = 2 Width = 207 Height = 27 AutoSize = False Caption = 'You have pressed the Go button to start recording.' WordWrap = True end object cboxReminder: TCheckBox Left = 8 Top = 104 Width = 177 Height = 17 Caption = 'Do not show this form again' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object btnClose: TButton Left = 190 Top = 102 Width = 52 Height = 20 Caption = '&Close' TabOrder = 1 OnClick = btnCloseClick end end